home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 June / MacHome Magazine Demo Disc June 2001.iso / Stuff / Software / Audio / MacAmp™ 2.0.1 / Entheogen 1.1 / Third Party Plugins / WhiteCap 3.4! / (into Entheogen Plugins Folder) / WhiteCap Configs / Magic Crown < prev    next >
Encoding:
Text File  |  2000-01-29  |  958 b   |  70 lines  |  [TEXT/ttxt]

  1. // RV
  2. // herve.nicol@infini.fr
  3. // I made this as a trial, but I think it is quite good! :)
  4.  
  5. Resn=10,
  6.  
  7. Durn=".5",
  8.  
  9.  
  10. // rotating camera
  11. CamX="40*cos(t/2)",
  12. CamY="40*sin(t/2)",
  13. CamZ="40*cos(t/3)",
  14.  
  15. CmLX="0",
  16. CmLY="0",
  17. CmLZ="5",
  18.  
  19. // Gives more movement to the scene
  20. CUpX="cos(t)",
  21. CUpY="sin(t)",
  22. CUpZ="10",
  23.  
  24.  
  25. // These variables are only used for colors
  26. C0="abs(sin(t/2))",
  27. C1="abs(cos(t/5))",
  28.  
  29. // heads color, green makes difference from tails
  30. LvlR="C0",
  31. LvlG=".7 - .33 * C1",
  32. LvlB="C1",
  33.  
  34.  
  35. // color cycling + fading to background
  36. R="C0*(1-dt) + (C1/6)*(dt)",
  37. G="0",
  38. B="C1*(1-dt) + (C0/6)*(dt)",
  39.  
  40. // Back color cycling
  41. BckR="C1/6",
  42. BckG="0",
  43. BckB="C0/6",
  44.  
  45.  
  46. widt=640,heig=480,
  47.  
  48. ConL=1,ConB=0,
  49.  
  50.  
  51. Fall=".05",
  52.  
  53.  
  54. // Lines width is bass sensitive and slowly decreases
  55. LWdt="1.5*BASS1 - (7 * dt)",
  56.  
  57.  
  58. // Draw a circle of points in (X,Y)
  59. X="10*cos(s*6.28)",
  60. Y="10*sin(s*6.28)",
  61.  
  62. // Show the magnitude in Z
  63. Z="14*mag(s) - 10*dt",
  64.  
  65. Pers="150",
  66. Scal="2500",
  67.  
  68. ScSz=1,
  69.  
  70. Vers=30